module Base
{
	item BunnyTail
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Bunny Tail,
        ClothingItem = BunnyTail,
        BodyLocation = Tail,
        Icon = Rabbittail,
        WorldStaticModel = BunnyTail_Ground,
    }
	item BunnySuitBlack
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bunny Suit,
		ClothingItem = BunnySuitBlack,
		BodyLocation = TankTop,
		BloodLocation = ShirtNoSleeves,
		Icon = BunnySuitBlack,
		Weight = 0.1,
	Insulation = 0.1,
	WindResistance = 0.1,
	FabricType = Leather,
	WorldStaticModel = BunnySuitBlack_Ground,
		ScratchDefense = 5,
	}
	item BunnySuitPink
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bunny Suit,
		ClothingItem = BunnySuitPink,
		BodyLocation = TankTop,
		BloodLocation = ShirtNoSleeves,
		Icon = BunnySuitPink,
		Weight = 0.1,
	Insulation = 0.1,
	WindResistance = 0.1,
	FabricType = Leather,
	WorldStaticModel = BunnySuitPink_Ground,
		ScratchDefense = 5,
	}
}